#
# Makefile for CMSYS libraries
#     by Micromint Support <support@micromint.com>    June-2010
#
TARGET=libdriver

#
# Project options
#
ROOT=../..
#PROJ_CFLAGS=
#PROJ_LDFLAGS=
#PROJ_LIBS=

#
# Project source files
#
SOURCE=../../core/cm3/CoreSupport/core_cm3.c \
	debug_frmwrk.c \
	lpc17xx_adc.c \
	lpc17xx_can.c \
	lpc17xx_clkpwr.c \
	lpc17xx_dac.c \
	lpc17xx_emac.c \
	lpc17xx_exti.c \
	lpc17xx_gpdma.c \
	lpc17xx_gpio.c \
	lpc17xx_i2c.c \
	lpc17xx_i2s.c \
	lpc17xx_libcfg_default.c \
	lpc17xx_mcpwm.c \
	lpc17xx_nvic.c \
	lpc17xx_pinsel.c \
	lpc17xx_pwm.c \
	lpc17xx_qei.c \
	lpc17xx_rit.c \
	lpc17xx_rtc.c \
	lpc17xx_spi.c \
	lpc17xx_ssp.c \
	lpc17xx_systick.c \
	lpc17xx_timer.c \
	lpc17xx_uart.c \
	lpc17xx_wdt.c \
	../../core/cm3/DeviceSupport/NXP/LPC17xx/system_LPC17xx.c

include $(ROOT)/micromint/makedefs.lib
